From: Debian Rust Maintainers Date: Tue, 25 Oct 2022 00:11:21 +0000 (-0400) Subject: update-spin-to-0.9 X-Git-Tag: archive/raspbian/0.17.14-5+rpi1~1^2^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=217e6576e8686ccc61eb06b61d55d27e2020762c;p=rust-ring.git update-spin-to-0.9 Gbp-Pq: Name update-spin-to-0.9.patch --- diff --git a/Cargo.toml b/Cargo.toml index 812fce1..2e61cdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,8 @@ version = "0.3.37" features = ["Crypto", "Window"] default-features = false [target."cfg(any(target_arch = \"x86\",target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))".dependencies.spin] -version = "0.5.2" +version = "0.9" +features = ["once"] default-features = false [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.libc] version = "0.2.69"